- mrss_curl_strerror
char* mrss_curl_strerror(CURLcode err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_element
mrss_error_t mrss_element(mrss_generic_t element, mrss_element_t* ret)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_free
mrss_error_t mrss_free(mrss_generic_t element)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_get
mrss_error_t mrss_get(mrss_generic_t element, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_get_last_modified
mrss_error_t mrss_get_last_modified(char* urlstring, time_t* lastmodified)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_get_last_modified_with_options
mrss_error_t mrss_get_last_modified_with_options(char* urlstring, time_t* lastmodified, mrss_options_t* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_get_last_modified_with_options_and_error
mrss_error_t mrss_get_last_modified_with_options_and_error(char* urlstring, time_t* lastmodified, mrss_options_t* options, CURLcode* curl_code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_new
mrss_error_t mrss_new(mrss_t** mrss)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_new_subdata
mrss_error_t mrss_new_subdata(mrss_generic_t element, mrss_element_t subelement, mrss_generic_t subdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_options_free
void mrss_options_free(mrss_options_t* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_options_new
mrss_options_t* mrss_options_new(int timeout, char* proxy, char* proxy_authentication, char* certfile, char* password, char* cacert, int verifypeer, char* authentication, char* user_agent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_parse_buffer
mrss_error_t mrss_parse_buffer(char* buffer, size_t size_buffer, mrss_t** mrss)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_parse_file
mrss_error_t mrss_parse_file(char* file, mrss_t** mrss)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_parse_url
mrss_error_t mrss_parse_url(char* url, mrss_t** mrss)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_parse_url_with_options
mrss_error_t mrss_parse_url_with_options(char* url, mrss_t** mrss, mrss_options_t* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_parse_url_with_options_and_error
mrss_error_t mrss_parse_url_with_options_and_error(char* url, mrss_t** mrss, mrss_options_t* options, CURLcode* curlcode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_parse_url_with_options_error_and_transfer_buffer
mrss_error_t mrss_parse_url_with_options_error_and_transfer_buffer(char* url, mrss_t** mrss, mrss_options_t* options, CURLcode* curlcode, char** feed_content, int* feed_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_remove_subdata
mrss_error_t mrss_remove_subdata(mrss_generic_t element, mrss_generic_t subdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_search_attribute
mrss_error_t mrss_search_attribute(mrss_generic_t element, char* name, char* ns, mrss_attribute_t** attribute)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_search_tag
mrss_error_t mrss_search_tag(mrss_generic_t element, char* name, char* ns, mrss_tag_t** tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_set
mrss_error_t mrss_set(mrss_generic_t element, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_strerror
char* mrss_strerror(mrss_error_t err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_write_buffer
mrss_error_t mrss_write_buffer(mrss_t* mrss, char** buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrss_write_file
mrss_error_t mrss_write_file(mrss_t* mrss, char* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.